home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Database / AssociationExample / English.lproj / AssociationSybase.nib / data.classes next >
Text File  |  1995-06-12  |  385b  |  28 lines

  1. DBAssociation = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. Controller = {
  14.     ACTIONS = {
  15.     changeQualifier:;
  16.     appDidInit:;
  17.     };
  18.     OUTLETS = {
  19.     quantityField;
  20.     theWindow;
  21.     storeTable;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. QualifiedAssociation = {
  26.     SUPERCLASS = DBAssociation;
  27. };
  28.